func google.golang.org/protobuf/internal/impl.consumeGroupSlice

2 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_field.go#L732: 			return consumeGroupSlice(b, p, num, wtyp, ft, opts)
		codec_field.go#L766: func consumeGroupSlice(b []byte, p pointer, num protowire.Number, wtyp protowire.Type, goType reflect.Type, opts unmarshalOptions) (out unmarshalOutput, err error) {